home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
4-Demos
/
Third Party Demos
/
DTMedia
/
PageMaker 3.0
/
PageMaker 3.0 B&W
/
Global Cast
/
Global Cast.rsrc
/
TEXT_1412.txt
< prev
next >
Wrap
Text File
|
1988-02-23
|
430b
|
16 lines
ß#macro to go to menu while paused
if commanddown then skip 3
call G11
exit
#go to menu:
if thechar='m' then call D87
if thechar='M' then call D87
# COMMAND-Q WORKS ONLY IN TOUR ENGINE !!!
if thechar='q' then call D88
if thechar='Q' then call D88
#advance 10 frames
if thechar='a' then govar frame+10
if thechar='A' then govar frame+10
#back up 10 frames
if thechar='b' then govar frame-10
if thechar='B' then govar frame-10Àá